home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / source / uExploreView.dfm < prev    next >
Encoding:
Text File  |  2004-06-30  |  4.3 KB  |  162 lines

  1. object frmExplore: TfrmExplore
  2.   Left = 0
  3.   Top = 0
  4.   Width = 634
  5.   Height = 369
  6.   TabOrder = 0
  7.   Visible = False
  8.   DesignSize = (
  9.     634
  10.     369)
  11.   object ListItems: TVirtualStringTree
  12.     Left = 0
  13.     Top = 0
  14.     Width = 634
  15.     Height = 369
  16.     Align = alClient
  17.     DefaultNodeHeight = 17
  18.     DragMode = dmAutomatic
  19.     Header.AutoSizeIndex = -1
  20.     Header.Font.Charset = ANSI_CHARSET
  21.     Header.Font.Color = clWindowText
  22.     Header.Font.Height = -11
  23.     Header.Font.Name = 'Arial Unicode MS'
  24.     Header.Font.Style = []
  25.     Header.Height = 20
  26.     Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoHotTrack, hoShowImages, hoShowSortGlyphs, hoVisible]
  27.     Header.Style = hsFlatButtons
  28.     HintAnimation = hatNone
  29.     HintMode = hmTooltip
  30.     Images = Form1.ImageList1
  31.     Indent = 0
  32.     LineMode = lmBands
  33.     PopupMenu = PopupMenu1
  34.     ScrollBarOptions.AlwaysVisible = True
  35.     TabOrder = 0
  36.     TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSpanColumns, toAutoTristateTracking, toAutoDeleteMovedNodes]
  37.     TreeOptions.MiscOptions = [toAcceptOLEDrop, toFullRepaintOnResize, toInitOnSave, toReportMode, toToggleOnDblClick, toWheelPanning]
  38.     TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowHorzGridLines, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages]
  39.     TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect]
  40.     OnDblClick = Properties1Click
  41.     OnGetText = ListItemsGetText
  42.     OnGetImageIndex = ListItemsGetImageIndex
  43.     Columns = <
  44.       item
  45.         MinWidth = 70
  46.         Position = 0
  47.         Width = 300
  48.         WideText = 'Name'
  49.       end
  50.       item
  51.         MinWidth = 70
  52.         Position = 1
  53.         Width = 120
  54.         WideText = 'Type / When'
  55.       end
  56.       item
  57.         Alignment = taRightJustify
  58.         MinWidth = 70
  59.         Position = 2
  60.         Width = 193
  61.         WideText = 'Size / Position'
  62.       end>
  63.   end
  64.   object NoItemsPanel: TPanel
  65.     Left = 8
  66.     Top = 24
  67.     Width = 601
  68.     Height = 21
  69.     Anchors = [akLeft, akTop, akRight]
  70.     BevelOuter = bvNone
  71.     Caption = 'There are no items to display in this view.'
  72.     Color = clWindow
  73.     TabOrder = 1
  74.   end
  75.   object PopupMenu1: TPopupMenu
  76.     Images = Form1.ImageList2
  77.     OnPopup = PopupMenu1Popup
  78.     Left = 56
  79.     Top = 80
  80.     object Explore1: TMenuItem
  81.       Caption = '&Explore'
  82.       OnClick = Open1Click
  83.     end
  84.     object ActivatePr1: TMenuItem
  85.       Caption = 'Activate Profile'
  86.     end
  87.     object N7: TMenuItem
  88.       Caption = '-'
  89.     end
  90.     object New1: TMenuItem
  91.       Caption = 'New'
  92.       object sms1: TMenuItem
  93.         Action = Form1.ActionSMSNewMsg
  94.       end
  95.       object person1: TMenuItem
  96.         Action = Form1.ActionContactsNewPerson
  97.       end
  98.       object Note1: TMenuItem
  99.         Action = Form1.ActionToolsPostNote
  100.       end
  101.       object Bookmark1: TMenuItem
  102.         Action = Form1.ActionToolsPostBookmark
  103.       end
  104.       object NewGroup1: TMenuItem
  105.         Action = Form1.ActionToolsCreateGroup
  106.       end
  107.     end
  108.     object SendandReceive1: TMenuItem
  109.       Caption = 'Send and Receive'
  110.       object Upload1: TMenuItem
  111.         Action = Form1.ActionToolsUpload
  112.       end
  113.       object download1: TMenuItem
  114.         Action = Form1.ActionToolsDownload
  115.       end
  116.     end
  117.     object N4: TMenuItem
  118.       Caption = '-'
  119.     end
  120.     object newmsg1: TMenuItem
  121.       Action = Form1.ActionContactsNewMsg
  122.     end
  123.     object newcall1: TMenuItem
  124.       Action = Form1.ActionContactsVoiceCall
  125.     end
  126.     object ChatContact1: TMenuItem
  127.       Action = Form1.ActionContactsNewChat
  128.     end
  129.     object N1: TMenuItem
  130.       Caption = '-'
  131.     end
  132.     object AddToPhonebook1: TMenuItem
  133.       Action = Form1.ActionContactsAddContact
  134.     end
  135.     object N3: TMenuItem
  136.       Caption = '-'
  137.     end
  138.     object Delete1: TMenuItem
  139.       Action = Form1.ActionDelete
  140.     end
  141.     object N5: TMenuItem
  142.       Caption = '-'
  143.     end
  144.     object Properties1: TMenuItem
  145.       Caption = '&Properties'
  146.       ImageIndex = 10
  147.       OnClick = Properties1Click
  148.     end
  149.   end
  150.   object FormStorage1: TFormStorage
  151.     IniFileName = 'Software\floAt'
  152.     IniSection = 'MobileAgent'
  153.     Options = []
  154.     UseRegistry = True
  155.     StoredProps.Strings = (
  156.       'ListItems.Header')
  157.     StoredValues = <>
  158.     Left = 24
  159.     Top = 80
  160.   end
  161. end
  162.